home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / binutils.7 / binutils / binutils-2.7 / gas / testsuite / gasp / mri / narg.asm < prev    next >
Encoding:
Assembly Source File  |  1996-07-04  |  100 b   |  10 lines

  1. loop    macro    arg1,arg2,arg3
  2.     dc.l    NARG
  3.     ifne    NARG
  4.     dc.l    arg1
  5.     loop    arg2,arg3
  6.     endc
  7.     endm
  8.  
  9.     loop    1,2,3
  10.